home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / eded.zip / EDEDDOCS.TXT < prev   
Text File  |  1986-01-30  |  11KB  |  150 lines

  1.       EdEd  Text Processor Documentation
  2.  
  3. This on-line documentation may be read by using the [PgDn] [PgUp] keys to manually page through the text.  You may also search the text for specific phrases.  To search, press [^S] (hold [Ctrl] down while pressing [S]),  then type the phrase to find.  As an example, to go to the area covering function keys, press [^S], then type "FUNCT",  then press [ent]  (the "enter" key).  Note that major headings can be found by using capital letters in the phrase to find.
  4.  
  5. INTRODUCTION
  6. EdEd is a fully featured, fast, easy-to-use text processor.  Its flexibility and extensive cursor movement facilities make it ideal for program editing,  while its automatic word wrap and instant screen updating make it ideal for general word processing.
  7.  
  8. EdEd's FEATURES include :
  9.    - Multiple windows
  10.    - Transfer from other files and windows
  11.    - Copy, Move and Delete by block or word
  12.    - Auto-indent and word wrap
  13.    - Auto-Align for Continual screen updates
  14.    - Un-Delete to recover deleted text
  15.    - Extensive cursor control
  16.    - Search and Replace
  17.    - Go to specific lines and pages
  18.    - Generates standard MS-DOS text files
  19.  
  20. One of the most important features of EdEd is that it's easy to learn, which also means it's easy to use.  For ease of use, EdEd may be used as a "modeless" editor - character insert and delete functions are always available, so special modes need not be used to perform those basic functions.  Various editing modes are available, however, to provide the choice between inserting or exchanging (overstrike) text as typed, and to provide other modes for extensive text deletion and transferring. The special function keys on the IBM PC keyboard are used  so most functions don't require complex control-character sequences.  And since the screen is always displaying the current, properly aligned text, no format command is necessary.  The result is a true "what you see is what you get" editor.
  21.  
  22. OPERATION
  23. The following outlines the operation of EdEd.  Keys to press are shown in brakets "[]".  The caret "^" preceeding a key means to hold the control key down while pressing the indicated key.  For example, [^PgUp] means hold the control key down, then hit [PgUp].
  24.  
  25. CURSOR MOVEMENT
  26. Cursor movement makes use of the special keys on the PC's keyboard (for example, [PgUp] key displays the previous page).  Most special keys may be used with the control key for extended cursor movement in the direction specified  (for example, [^PgUp] goes farther than the previous page - it goes all the way to the beginning of the text). Here are the cursor control keys :
  27.  Basic Cursor Movement-
  28.   [left][right] move one character
  29.   [up][down] move one line
  30.   [Home] begining of line
  31.   [End]  end of line
  32.   [PgUp] previous page
  33.   [PgDn] next page
  34.   [tab]  next (or prior) tab stop
  35.  Extended Cursor Movement-
  36.   [^left][^right] move one word
  37.   [^Home] beginning of page
  38.   [^End]  end of page
  39.   [^PgUp] begining of text
  40.   [^PgDn] end of text
  41.  
  42. SIMPLE EDITING
  43. Editing text includes INSERT and DELETE to change the words.  EdEd provides for simple character inserts by using the [Ins] key to put spaces in front of the cursor (where your insertion will go).  Similarly, [Del] is used to delete the character under the cursor.  To delete an entire line at once, use [^L].  If the cursor is at the left margin, the "return" at the end of the line is deleted along with the entire line; otherwise text is deleted from the cursor up to the "return".
  44.  
  45. RECOVER DELETED TEXT
  46. If text is erroneously deleted, it may be recovered with [^U] (Un-Delete).  Make sure the cursor is at the position where the text was deleted, then press [^U] to recall one character at a time.
  47.  
  48. OPERATING MODES
  49. The editing environment may be controlled by selecting different operating modes.  Some mode are available simply by pressing a function key. All modes are available by pressing [esc], then pressing the key corresponding to a modes.
  50.   [esc][X] EXCHANGE or [F5]
  51.       typed characters replace the existing text
  52.   [esc][I] INSERT   or [F5]
  53.       typed characters are inserted at the cursor
  54.   [esc][D] DELETE   or [F6]
  55.       to delete words, sentences, paragraphs, etc
  56.   [esc][C] COPY     or [F7]
  57.       to copy text from one location to another
  58.   [esc][M] MOVE     or [F8]
  59.       to move text from one location to another
  60.   [esc][W] WINDOW   or [F1,F2,F3]
  61.       go to another window or change window
  62.   [esc][S] STORAGE  or [F10]
  63.       move files to/from disk, print files, clear
  64.   [esc][P] PRINT
  65.       to print the active file
  66.   [esc][E] PRINT
  67.       to set environment (margins, color, etc)
  68.   [esc][T] TAB
  69.       to set tab stops
  70.   [esc][Q] QUIT
  71.       to leave EdEd
  72. Notice that [F5] will switch between, or "toggle", Insert/Exchange modes.
  73.  
  74. DELETE, COPY & MOVE MODES
  75. Delete, Copy and Move modes permit acting on words, lines, sentences, paragraphs and specified blocks of text.  The keys grouped under Delimiter (below) indicate the amount of text on which the delete, copy or move will act.  You can also act on specific blocks of text by Marking them.  The various other options for these modes are also indicated:
  76.  Delimiters-
  77.   [ ] word (act from cursor to next space)
  78.   [.][?][!] sentence (act from cursor to period, etc.)
  79.   [;] act from cursor to semi-colon
  80.   [)] act from cursor to parenthesis
  81.   [}] act from cursor to closing brace
  82.   [ent] paragrph/line (act from cursor to return)
  83.   [L] Line (act on line as displayed on screen)
  84.   [P] Page (act on page as displayed on screen)
  85.  Mark specific block of text-
  86.   [M] Mark (mark beginning for later Save/Delete)
  87.   [S] Save (act from Mark -copy & move mode only)
  88.  Copy File-
  89.   [F] Copy entire file (copy mode only)
  90. DELETE MODE deletes the block of text starting at the cursor, up to and including the delimiter (see delimiters, above).  You may also delete a specific block of text. To do so, move the cursor to the point at which to start the deletion, then press [F6] to enter Delete mode, then move the cursor to just after the last character to be deleted and press [D].  [M]Mark may also be used to mark a new start when in delete mode.
  91. COPY and MOVE MODE save a copy of the text from where the cursor is up to and including the delimiter (see delimiters, above).  You may also copy or move a specific block of text.  To do so, move the cursor to just after the last charater to be copied or moved, then press [S] to save a copy of that block of text.  Once the text has been specified by pressing a delimiter key or Marking & Saving, move the cursor to the location at which to insert the text and press [F9] (use [F9] to recall text for both copy and move).  [M]Mark may also be used to mark a new start when in copy or move mode.  Finally, [A]All clears the entire text buffer.
  92. Note that the difference between move and copy is that copy does not disturb the original text, while move deletes the original text.  Copy and move may be used on text within a window and also between windows.  For instance, you may copy boilerplate text from a second window into the first window to quickly create customized documents from pieces of existing text.  Copy has one additional feature - the entire contents of a disk file may be copied.  Simply press [F] for File when in copy mode; you will be asked to enter the name of the file to copy,  and it will be inserted into the active document at the current cursor position.
  93.  
  94. WINDOW MODE allows you to create another area on the screen to view text.  On entering Window mode, the folling options are available:
  95.  [1] [2] [3]  Go to specified window
  96.  [C]  Change window size and color (1-15)
  97.  [D]  Delete window
  98. If you go to a window which had been used before, that window is activated;  otherwise a new window is created.  You may specify window size and text color - press [ent] to accept the old (default) value shown, or type in the new value (the meaning of each value is detailed in the printed documentation).  The function keys [F1][F2][F3] may also be used as a quicker way to switch to windows 1, 2 and 3, respectively.
  99.  
  100. STORAGE MODE
  101. The following options are available in storage mode:
  102.   [G] Get - read a disk file to the active window
  103.   [W] Write - write the active file to disk
  104.   [U] Update - overwrite an existing disk file
  105.   [D] Delete - delete a file
  106.   [R] Rename - rename a file
  107.   [:] change current disk
  108.   [.][\][C] change current directory
  109. Where disk files are involved, EdEd promts for the name of the disk file.  Press [ent] to enter the old (default) file name as shown, or type the desired file name and press [ent].  You may use paths when specifying the file name.
  110.  
  111. SPECIAL OPERATIONS
  112.  
  113. [^A] ALIGN LINES
  114. Lines may be shifted with the left and right arrow keys.  The up and down arrow keys indicate other lines to shift similarly.  If [R] relative align (the default), the other lines are shifted an amount equal to the shift of the original line; if [A] absolute align, the other lines are aligned vertically with the original line.
  115.  
  116. [^C] CASE CHANGE
  117. The case of the character at the cursor is changed. If it's lower case, it's changed to upper; if it's upper, it's changed to lower.
  118.  
  119. [^G] GOTO
  120. Go-to jumps to a specified section of the text.  Type the number of the object you want to go to, then:
  121.   [ ] to go to indicated word
  122.   [.] to go to indicated sentence
  123.   [ent] to go to indicated para/line (to a return)
  124.   [L] to go to indicated Line (as displayed)
  125.   [P] to go to indicated Page (as displayed)
  126.  
  127. [^Q] HELP & DOCS (Documetation)
  128. Two special aids are available to help you learn and use EdEd (in addition to the prompt line appearing a the top of the active window).  The help "toggle" (or "change") is [^Q] - it will display three lines of help menus on the top of the screen if they are not already displayed (if already displayed, it will erase them).  For more extensive help, pressing [F4] will activate this documentation in window 3 (created in the lower right corner) provided this file, "EDEDDOCS.TXT", is at the current path on the current directory.
  129.  
  130. [^S] SEARCH,FIND
  131. You can search for a specified phrase (character string).  After [^S], enter the phrase to find, then [ent].  Subsequent [^S] commands will show the last phrase as the default, so to find the next occurance of a phrase, press [^S], then [ent].
  132. Use [altS] for Search with certain options, such as ignore case and global choices.
  133.  
  134. [^R] REPLACE
  135. Replace first finds a phrase as in Search, then gives you the option to replace the entire phrase with another phrase.  As with search, first enter the phrase to find (then [ent]), then enter the replacement phrase (then [ent]).  Then [Y]es replaces it and leaves replace mode; [M]ore replaces it and finds the next occurance; [N]o does not replace it and leaves replace mode; [C]ont does not replace it but finds the next occurance.
  136. Use [altR] for Replace with certain options, such as ignore case.
  137.  
  138. [^T] TRANSPOSE
  139. The position of the next two characters is interchanged.
  140.  
  141. FUNCTION KEYS
  142.  
  143. [F1] Window 1            [F2] Window 2
  144. [F3] Window 3            [F4] Documentation
  145. [F5] toggle Ins/Ex mode  [F6] Delete mode
  146. [F7] Copy mode           [F8] Move mode
  147. [F9] recall text         [F10] Storage mode
  148.  
  149.        --Copyright (c) 1985 E.C.Gillott--
  150.